From 8d117719dffa050ccc45446f9caf1a1ef63bff42 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 26 May 1993 23:53:41 +0000 Subject: [PATCH] * config.h.in (HAVE_RENAME): Include an #undef for this, so configure will have something to edit. --- src/config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.in b/src/config.in index cec26cb4bcc..f44d8f0277e 100644 --- a/src/config.in +++ b/src/config.in @@ -86,6 +86,7 @@ and this notice must be preserved on all copies. */ #undef HAVE_GETTIMEOFDAY #undef HAVE_GETHOSTNAME #undef HAVE_DUP2 +#undef HAVE_RENAME #undef HAVE_TM_ZONE #undef TM_IN_SYS_TIME #undef STDC_HEADERS -- 2.30.2